home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 December
/
2004-12 CHIP.iso
/
Dom i biuro
/
Crimson Editor 3.70
/
cedt370r.exe
/
spec
/
netwide-asm.spc
< prev
next >
Wrap
Text File
|
2002-05-28
|
560b
|
21 lines
# NASM-format Assembly Language Specification File for Crimson Editor
# by Jed Smith <jed@knows.it>
#
# Note: I know I'm defining it is case-insensitive here, and NASM
# really is case-sensitive, but NASM only cares about the case of
# user-defined symbols AFAIK.
#
# RANGE1 is so I can get '16' and '32' after BITS to light up.
$CASESENSITIVE=NO
$DELIMITERS=+-*/()[]{}|^&<>%~:,"'
$KEYWORDPREFIX=%:
$SPECIALVARIABLECHARS=~
$HEXADECIMALMARK=0x
$ESCAPECHAR=
$QUOTATIONMARK1="
$QUOTATIONMARK2='
$LINECOMMENT=;
$PAIRS1=()
$PAIRS2=[]
$PAIRS3={}